/* .parser-keyword {
    
} */
.field-type-str {
    font-weight: bold;
    text-decoration:  underline;
    color: red;
    text-decoration-style: red;
}
.field-type-date {
    font-weight: bold;
    text-decoration:  underline;
    color: blue;
    text-decoration-style: blue;
}
.field-type-time {
    font-weight: bold;
    text-decoration:  underline;
    color: green;
    text-decoration-style: green;
}
.field-type-money {
    font-weight: bold;
    text-decoration:  underline;
    color: darkorange;
    text-decoration-style: darkorange;
}
.field-type-url {
    font-weight: bold;
    text-decoration:  underline;
	color: DarkViolet;
    text-decoration-style: DarkViolet;
}
.field-type-phonenumber {
    font-weight: bold;
    text-decoration:  underline;
    color: DarkSlateBlue;
    text-decoration-style: DarkSlateBlue;
}
.field-type-weekday {
    font-weight: bold;
    text-decoration:  underline;
    color: HotPink;
    text-decoration-style: HotPink;
}
.field-type-address {
    font-weight: bold;
    text-decoration:  underline;
    color: peru;
    text-decoration-style: peru;
}
/* a[title] {
   background: #ffff00;
} */